home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-04-25 | 600 b | 23 lines | [TEXT/MPS ] |
- # This script uses a combination of MPW scripts to build the MrC PPC
- # Form Part (Debug Build)
- #
- # This script also assumes that you have placed 'UserStartup•ODF' in your MPW folder.
-
- ### Make sure you're set to the correct directory
-
- Directory "{ODFDev}Form:MCPPCDebug:"
-
- ### Tell the FWBuild script where your precompiled header files are located.
-
- Set FWPreCompHdrDir "{ODF}MCPPCDebug:Precompile∂ Headers:"
- Export FWPreCompHdrDir
-
- ### Exported symbols for PPCLink.
-
- Set __Exports "-@export ODFForm.exp"
- Export __Exports
-
- ### Build your Form part
-
- FWBuildMrCPPC "{ODFDev}Form:Sources:ODFForm.CFM"
-